[INFO] cloning repository https://github.com/hyvnova/lang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hyvnova/lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyvnova%2Flang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyvnova%2Flang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 192894a8e37b886bf870fb26df1909101be1d29f
[INFO] testing hyvnova/lang against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhyvnova%2Flang" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hyvnova/lang
[INFO] finished tweaking git repo https://github.com/hyvnova/lang
[INFO] tweaked toml for git repo https://github.com/hyvnova/lang written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hyvnova/lang on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hyvnova/lang already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df6779752592f811c5f805648eb89a80fd164089cd16eeac75e988a878bca2a4
[INFO] running `Command { std: "docker" "start" "-a" "df6779752592f811c5f805648eb89a80fd164089cd16eeac75e988a878bca2a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df6779752592f811c5f805648eb89a80fd164089cd16eeac75e988a878bca2a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df6779752592f811c5f805648eb89a80fd164089cd16eeac75e988a878bca2a4", kill_on_drop: false }`
[INFO] [stdout] df6779752592f811c5f805648eb89a80fd164089cd16eeac75e988a878bca2a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9cb8699667250435ff3003735c49def1612605a807bf036890af3c8764e7eb8
[INFO] running `Command { std: "docker" "start" "-a" "f9cb8699667250435ff3003735c49def1612605a807bf036890af3c8764e7eb8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling clap_builder v4.5.13
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling clap v4.5.13
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling lang v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 2m 12s
[INFO] running `Command { std: "docker" "inspect" "f9cb8699667250435ff3003735c49def1612605a807bf036890af3c8764e7eb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9cb8699667250435ff3003735c49def1612605a807bf036890af3c8764e7eb8", kill_on_drop: false }`
[INFO] [stdout] f9cb8699667250435ff3003735c49def1612605a807bf036890af3c8764e7eb8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc2baa948ccf73d03ea4cfb9edd3e9499299f50f11f80052138b91d36131a3db
[INFO] running `Command { std: "docker" "start" "-a" "fc2baa948ccf73d03ea4cfb9edd3e9499299f50f11f80052138b91d36131a3db", kill_on_drop: false }`
[INFO] [stderr]    Compiling lang v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 3.53s
[INFO] running `Command { std: "docker" "inspect" "fc2baa948ccf73d03ea4cfb9edd3e9499299f50f11f80052138b91d36131a3db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc2baa948ccf73d03ea4cfb9edd3e9499299f50f11f80052138b91d36131a3db", kill_on_drop: false }`
[INFO] [stdout] fc2baa948ccf73d03ea4cfb9edd3e9499299f50f11f80052138b91d36131a3db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fb4178ff9c607a745eda22bbd33b55e4fc97fdc8bd628f555a2f2cb36b1bafa4
[INFO] running `Command { std: "docker" "start" "-a" "fb4178ff9c607a745eda22bbd33b55e4fc97fdc8bd628f555a2f2cb36b1bafa4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lang-c32a6b3288eaab7a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test macros::tests::derive_name_parser_preserves_source_order ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lang-36f592afccba97e9)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_contracts.rs (/opt/rustwide/target/debug/deps/cli_contracts-aec48f0ed0f8b550)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test cli_flags_override_manifest_root_and_transpiler ... FAILED
[INFO] [stdout] test lang_run_without_file_uses_manifest_entry ... FAILED
[INFO] [stdout] test manifest_root_enables_absolute_imports_without_project_root_flag ... FAILED
[INFO] [stdout] test lang_run_file_overrides_manifest_entry ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test cli_contracts`
[INFO] [stdout] test bare_executable_invocation_uses_manifest_entry ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli_flags_override_manifest_root_and_transpiler stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli_flags_override_manifest_root_and_transpiler' (22) panicked at tests/cli_contracts.rs:165:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Failed to canonicalize file '/tmp/lang_fixture_4556533614585947721/app/main.lang': No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56851ee6b77a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56851ee7fc6a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    2:     0x56851ee6ffb2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56851ee4949f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56851ee63999 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]    5:     0x56851edc57bc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56851ee63b52 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56851ee49558 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56851ee3e689 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56851ee4a26d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]   10:     0x56851ee803bc - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56851edb782a - cli_contracts[e91fadb299dc57d9]::cli_flags_override_manifest_root_and_transpiler
[INFO] [stdout]   12:     0x56851edb6bf3 - cli_contracts[e91fadb299dc57d9]::cli_flags_override_manifest_root_and_transpiler::{closure#0}
[INFO] [stdout]   13:     0x56851edb89b6 - <cli_contracts[e91fadb299dc57d9]::cli_flags_override_manifest_root_and_transpiler::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x56851edb8a9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]   15:     0x56851edc628b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]   16:     0x56851edbf9a4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x56851edc8e92 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x56851ee6aebf - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79c4f546eaa4 - <unknown>
[INFO] [stdout]   20:     0x79c4f54fba64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lang_run_without_file_uses_manifest_entry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lang_run_without_file_uses_manifest_entry' (24) panicked at tests/cli_contracts.rs:31:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Failed to run generated Python project: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56851ee6b77a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56851ee7fc6a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    2:     0x56851ee6ffb2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56851ee4949f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56851ee63999 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]    5:     0x56851edc57bc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56851ee63b52 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56851ee49558 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56851ee3e689 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56851ee4a26d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]   10:     0x56851ee803bc - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56851edb71aa - cli_contracts[e91fadb299dc57d9]::lang_run_without_file_uses_manifest_entry
[INFO] [stdout]   12:     0x56851edb6b93 - cli_contracts[e91fadb299dc57d9]::lang_run_without_file_uses_manifest_entry::{closure#0}
[INFO] [stdout]   13:     0x56851edb8936 - <cli_contracts[e91fadb299dc57d9]::lang_run_without_file_uses_manifest_entry::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x56851edb8a9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]   15:     0x56851edc628b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]   16:     0x56851edbf9a4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x56851edc8e92 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x56851ee6aebf - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79c4f546eaa4 - <unknown>
[INFO] [stdout]   20:     0x79c4f54fba64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- manifest_root_enables_absolute_imports_without_project_root_flag stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'manifest_root_enables_absolute_imports_without_project_root_flag' (25) panicked at tests/cli_contracts.rs:125:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Entry file '/tmp/lang_fixture_3955353575408460968/./app/main.lang' does not exist.
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56851ee6b77a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56851ee7fc6a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    2:     0x56851ee6ffb2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56851ee4949f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56851ee63999 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]    5:     0x56851edc57bc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56851ee63b52 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56851ee49558 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56851ee3e689 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56851ee4a26d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]   10:     0x56851ee803bc - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56851edb7b6a - cli_contracts[e91fadb299dc57d9]::manifest_root_enables_absolute_imports_without_project_root_flag
[INFO] [stdout]   12:     0x56851edb6c23 - cli_contracts[e91fadb299dc57d9]::manifest_root_enables_absolute_imports_without_project_root_flag::{closure#0}
[INFO] [stdout]   13:     0x56851edb89f6 - <cli_contracts[e91fadb299dc57d9]::manifest_root_enables_absolute_imports_without_project_root_flag::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x56851edb8a9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]   15:     0x56851edc628b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]   16:     0x56851edbf9a4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x56851edc8e92 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x56851ee6aebf - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79c4f546eaa4 - <unknown>
[INFO] [stdout]   20:     0x79c4f54fba64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lang_run_file_overrides_manifest_entry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lang_run_file_overrides_manifest_entry' (23) panicked at tests/cli_contracts.rs:64:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Failed to run generated Python project: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56851ee6b77a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56851ee7fc6a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    2:     0x56851ee6ffb2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56851ee4949f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56851ee63999 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]    5:     0x56851edc57bc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56851ee63b52 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56851ee49558 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56851ee3e689 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56851ee4a26d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]   10:     0x56851ee803bc - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56851edb6e6a - cli_contracts[e91fadb299dc57d9]::lang_run_file_overrides_manifest_entry
[INFO] [stdout]   12:     0x56851edb6b63 - cli_contracts[e91fadb299dc57d9]::lang_run_file_overrides_manifest_entry::{closure#0}
[INFO] [stdout]   13:     0x56851edb88f6 - <cli_contracts[e91fadb299dc57d9]::lang_run_file_overrides_manifest_entry::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x56851edb8a9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]   15:     0x56851edc628b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]   16:     0x56851edbf9a4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x56851edc8e92 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x56851ee6aebf - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79c4f546eaa4 - <unknown>
[INFO] [stdout]   20:     0x79c4f54fba64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- bare_executable_invocation_uses_manifest_entry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'bare_executable_invocation_uses_manifest_entry' (21) panicked at tests/cli_contracts.rs:91:5:
[INFO] [stdout] stderr:
[INFO] [stdout] Failed to run generated Python project: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56851ee6b77a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56851ee7fc6a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    2:     0x56851ee6ffb2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56851ee4949f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56851ee63999 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]    5:     0x56851edc57bc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56851ee63b52 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56851ee49558 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56851ee3e689 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56851ee4a26d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]   10:     0x56851ee803bc - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56851edb74e7 - cli_contracts[e91fadb299dc57d9]::bare_executable_invocation_uses_manifest_entry
[INFO] [stdout]   12:     0x56851edb6bc3 - cli_contracts[e91fadb299dc57d9]::bare_executable_invocation_uses_manifest_entry::{closure#0}
[INFO] [stdout]   13:     0x56851edb8976 - <cli_contracts[e91fadb299dc57d9]::bare_executable_invocation_uses_manifest_entry::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x56851edb8a9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]   15:     0x56851edc628b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]   16:     0x56851edbf9a4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x56851edc8e92 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x56851ee6aebf - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79c4f546eaa4 - <unknown>
[INFO] [stdout]   20:     0x79c4f54fba64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     bare_executable_invocation_uses_manifest_entry
[INFO] [stdout]     cli_flags_override_manifest_root_and_transpiler
[INFO] [stdout]     lang_run_file_overrides_manifest_entry
[INFO] [stdout]     lang_run_without_file_uses_manifest_entry
[INFO] [stdout]     manifest_root_enables_absolute_imports_without_project_root_flag
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fb4178ff9c607a745eda22bbd33b55e4fc97fdc8bd628f555a2f2cb36b1bafa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb4178ff9c607a745eda22bbd33b55e4fc97fdc8bd628f555a2f2cb36b1bafa4", kill_on_drop: false }`
[INFO] [stdout] fb4178ff9c607a745eda22bbd33b55e4fc97fdc8bd628f555a2f2cb36b1bafa4
